.header {
    background: #fff !important;
}

.news-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.news-nav a {
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
}

.news-nav a.active {
    color: #F85900;
}

.news-con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.news-left {
    flex: 1;
    margin-right: 20px;
}

.news-right {
    width: 396px;
}

.index {
    background: #F9F9F9;
}

.news-right-title {
    height: 51px;
    background-color: #fff;
    line-height: 51px;
    padding-left: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;

}

.news-right-title span {
    font-size: 16px;
    font-weight: normal;
    font-family: Alibaba PuHuiTi 2.0-85 Bold, Alibaba PuHuiTi 20;
    color: #F85900;
    display: inline-block;
    height: 51px;
    line-height: 51px;
    border-bottom: 2px solid #F85900;
    position: relative;
    top: -2px;
}

.news-right-lists {
    background-color: #fff;
    padding: 0 24px;
    box-sizing: border-box;
}

.news-right-list {
    padding-top: 21px;
    padding-bottom: 23px;
    border-bottom: 1px solid #E5E5E5;
}

.news-right-list:hover .news-right-list-title {
    color: #F85900;
}

.news-right-list-title {
    margin-bottom: 6px;
    transition: all .3s;
    font-size: 20px;
    color: #333333;
}

.news-right-text {
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    color: #5D6471;
    line-height: 19px;
}

a {
    text-decoration: none;
}

.news-con {
    margin-top: 20px;
}

.news-right-btn {
    width: 396px;
    height: 129px;
    background: linear-gradient(90deg, #F3F4F4 0%, rgba(255, 255, 255, 0) 100%);
    margin-top: 17px;
    background-image: url(../static/img/img-087.png);
    background-size: cover;
    background-position: center;
    padding-top: 34px;
    padding-left: 51px;
    box-sizing: border-box;
}

.news-right-btn-title {
    font-size: 22px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #F85900;
    line-height: 37px;
}

.news-right-btn-text {
    margin-top: 3px;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    font-weight: normal;
    color: #F85900;
    line-height: 18px;
}

.swiper {
    width: 100%;
    height: 454px;
}

.news-left {
    width: 984px;
    padding: 26px 22px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.swiper-nav-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 76px;
    color: #fff;
    height: 124px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.4;
    padding-left: 27px;
    box-sizing: border-box;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: right;
    padding-right: 65px;
    box-sizing: border-box;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    border-radius: 0;
    background: #FFEEEE;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #F85D00 !important;
}

.news-left-list {
    display: flex;
    padding-top: 21px;
    padding-bottom: 23px;
    border-bottom: 1px solid #E5E5E5;
}

.news-left-list:hover .news-left-title {
    color: #F85900;
}

.news-left-img {
    width: 257px;
    height: 124px;
    background-size: cover;
    flex-shrink: 0;
    margin-right: 24px;
    background-position: center;
}

.news-left-title {
    font-size: 20px;
    transition: all .3s;
    color: #333333;
    line-height: 23px;
}

.news-left-text {
    margin-top: 12px;
    font-size: 14px;
    color: #5D6471;
    line-height: 20px;
    height: 40px;
}

.news-left-tips {
    height: 20px;
    font-size: 14px;
    color: #819199;
    line-height: 16px;
    margin-top: 30px;
    text-align: right;
}

.news-left-tips span {
    margin: 0 10px;
}

.news-left-con {
    flex: 1;
}